home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LINGO.INI < prev    next >
Text File  |  1994-12-30  |  1KB  |  27 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director Player for Windows what XObjects or
  3. -- DLLs should be loaded when starting DPW.EXE.
  4.  
  5. -- You should have a copy of this file and the associated
  6. -- DLL file (for example, FILEIO.DLL or DPWQTW.DLL) in 
  7. -- the same location as any Projector you wish to distribute.
  8. -- Otherwise, the Projector will not be able to utilize
  9. -- the features of the DLL you want to use.
  10.  
  11. -- To comment out one of the lines below, use two dashes (--)
  12. -- as in the beginning of these lines.
  13.  
  14. -- The three DLLs or XObjects loaded are:
  15. -- FILEIO.DLL, for file input and output
  16. -- DPWQTW.DLL, for use with QuickTime for Windows (MOV) files
  17. -- DPWAVI.DLL, for use with Video for Windows (AVI) files
  18.  
  19. on startup
  20.     put "Now loading LINGO.INI"&&the date&&the time
  21.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  22.     set the centerStage to TRUE
  23. --  openxlib "fileio"
  24. --  openxlib "dpwqtw"
  25. --  openxlib "dpwavi"
  26. end startup
  27.